.ads_bungkus {
  position: relative;
}

.pembungkus-2 {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.notif_alert {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: none;
  width: 500px;
}

.notif_alert .close {
  padding: 5px 10px;
  background: #f74444;
  color: #fff;
  cursor: pointer;
}

.container-tunggu {
  position: fixed;
  top: 100%;
  bottom: 0;
/*   left: 0; */
	right: 0;
/* 	transform: translate(-50%, -50%); */
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  padding: 10px;
}




.info_detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.info_detail .detail_lagi {
  display: flex;
  gap: 10px;
}

.tunggu_bentar img {
  display: block;
  margin: 10px auto 10px auto;
}

.member_anggi {
  text-align: center;
}

.member_anggi span {
  padding: 5px 10px;
  display: inline-block;
  background: #4cd0ec;
  margin-bottom: 15px;
  font-size: 14px;
  cursor: pointer;
}

.show_image_have_visited img,
.show_image img,
.show_image_2 img,
.show_image_3 img {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 500px;
  height: auto;
}

.max-min-tunggu {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 13px;
  color: #fff;
/*   background-color: #39a9e5; */
  background-color: #f74444;
  padding: 0 5px;
  cursor: pointer;
}

.max-min-tunggu.active {
  background-color: #f74444;
}

@media screen and (max-width: 650px) {
  .notif_alert {
    width: 90%;
  }
}

.hidden {
  display: none;
}